home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 November / PCW1101.ISO / HowTo / Codecutter / CC 11- 01 - Animation.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Text File  |  2001-09-23  |  2KB  |  89 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 457
  3.   Top = 327
  4.   Width = 265
  5.   Height = 243
  6.   Caption = 'About'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 11
  18.     Top = 8
  19.     Width = 234
  20.     Height = 24
  21.     Caption = 'Animation Demonstration'
  22.     Color = clBtnFace
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clBlue
  25.     Font.Height = -19
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentColor = False
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 30
  33.     Top = 40
  34.     Width = 198
  35.     Height = 13
  36.     Caption = 'from "Delphi Step-by-step" parts V and VI '
  37.   end
  38.   object Label3: TLabel
  39.     Left = 91
  40.     Top = 72
  41.     Width = 75
  42.     Height = 13
  43.     Caption = 'by Geoff Palmer'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 66
  47.     Top = 56
  48.     Width = 125
  49.     Height = 13
  50.     Caption = 'October / November 2001'
  51.   end
  52.   object Label6: TLabel
  53.     Left = 73
  54.     Top = 112
  55.     Width = 111
  56.     Height = 13
  57.     Caption = 'www.pcworld.co.nz'
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clBlack
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.   end
  65.   object Label5: TLabel
  66.     Left = 81
  67.     Top = 96
  68.     Width = 96
  69.     Height = 13
  70.     Caption = 'available online from'
  71.   end
  72.   object Label7: TLabel
  73.     Left = 52
  74.     Top = 128
  75.     Width = 153
  76.     Height = 13
  77.     Caption = '(search the site for '#39'Code Cutter'#39')'
  78.   end
  79.   object btnAboutOK: TButton
  80.     Left = 84
  81.     Top = 168
  82.     Width = 89
  83.     Height = 33
  84.     Caption = 'Okay'
  85.     TabOrder = 0
  86.     OnClick = btnAboutOKClick
  87.   end
  88. end
  89.